home *** CD-ROM | disk | FTP | other *** search
/ Savor the Moment - Entert…ing Without Reservations / Savoe the Moment - Entertaining Without Reservations.iso / pc / show.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1999-10-03  |  239 b   |  19 lines

  1. on exitFrame
  2.   global gTimer
  3.   if the ticks < (gTimer + (5 * 60)) then
  4.     go(the frame)
  5.   else
  6.     sendSprite(1, #CycleState)
  7.     gTimer = the ticks
  8.     go(the frame)
  9.   end if
  10. end
  11.  
  12. on keyDown
  13.   play done
  14. end
  15.  
  16. on mouseDown
  17.   play done
  18. end
  19.